SensorDataOrBuilder

interface SensorDataOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getFloatValue(): Float
float float_value = 2;
Link copied to clipboard
The message type
.meshtastic.MessageType type = 1;
Link copied to clipboard
abstract fun getTypeValue(): Int
The message type
.meshtastic.MessageType type = 1;
Link copied to clipboard
abstract fun getUint32Value(): Int
uint32 uint32_value = 3;
Link copied to clipboard
abstract fun hasFloatValue(): Boolean
float float_value = 2;
Link copied to clipboard
abstract fun hasUint32Value(): Boolean
uint32 uint32_value = 3;